chore: release 3.7.0#169
Merged
Merged
Conversation
Added unknown, userNotFound, wrongPassword, accountBlocked, and passwordUsedBefore status values. Removed deprecated telegramUnauthorized and telegramBadRequest values. Added toJson() toString() override. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nternalError in access, app, and token callers Ensures all onResponse callbacks emit properly serialized ApiStatus values instead of raw strings, making response handling consistent across callers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaced all hardcoded 'INTERNAL_ERROR' strings with ApiStatus.internalError. Removed the LocatorApiResponse helper class in favour of the generic ApiResponse<Locator, Map<String, dynamic>> type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Introduced MapLayerInput as a proper unfreezed model with full CRUD API callers (fetch, fetchAll, save, delete). Removed the PoiApiResponse helper class in favour of ApiResponse<Poi, Map<String, dynamic>>. Replaced all hardcoded 'INTERNAL_ERROR' strings with ApiStatus.internalError across poi and poi_input callers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📋 Changelog SummaryThis PR includes the following changes: ✨ Features
♻️ Refactoring
🤖 Auto-generated by changelog workflow |
📊 Test Coverage Report🎯 Dart/Flutter
🤖 Generated by coverage workflow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
unknown,userNotFound,wrongPassword,accountBlocked, andpasswordUsedBeforevalues toApiStatus.telegramUnauthorizedandtelegramBadRequestvalues fromApiStatus.MapLayerInputmodel with full API callers (fetch,fetchAll,save,delete).LocatorApiResponsein favour of the genericApiResponse<Locator, Map<String, dynamic>>.PoiApiResponsein favour of the genericApiResponse<Poi, Map<String, dynamic>>.'INTERNAL_ERROR'strings withApiStatus.internalError.toJson()across all API callers.🤖 Generated with Claude Code